home *** CD-ROM | disk | FTP | other *** search
/ PC Home 119 / PC Home issue 119.iso / Software / FasterPC / UnecessaryFiles1.exe / %AppDir% / SF.EXE / 0 / RCDATA / TUNINSTALLDLG / TUNINSTALLDLG.txt
Encoding:
Text File  |  2001-12-10  |  2.4 KB  |  105 lines

  1. object UninstallDlg: TUninstallDlg
  2.   Left = 280
  3.   Top = 146
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Uninstall programs'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     536
  20.     321)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object StatusBar: TStatusBar
  24.     Left = 0
  25.     Top = 302
  26.     Width = 536
  27.     Height = 19
  28.     Panels = <>
  29.     SimplePanel = True
  30.     SizeGrip = False
  31.   end
  32.   object ListView: TListView
  33.     Left = 8
  34.     Top = 8
  35.     Width = 520
  36.     Height = 286
  37.     Hint = 'Click on column titles to sort'
  38.     Anchors = [akLeft, akTop, akRight, akBottom]
  39.     Columns = <
  40.       item
  41.         Caption = 'Application'
  42.         Width = 250
  43.       end
  44.       item
  45.         Caption = 'Uninstall Command'
  46.         Width = 500
  47.       end
  48.       item
  49.         Caption = 'Registry Key'
  50.         Width = 150
  51.       end
  52.       item
  53.         Caption = 'Install path'
  54.         Width = -1
  55.         WidthType = (
  56.           -1)
  57.       end>
  58.     GridLines = True
  59.     HideSelection = False
  60.     ReadOnly = True
  61.     RowSelect = True
  62.     ParentShowHint = False
  63.     ShowHint = True
  64.     SortType = stText
  65.     TabOrder = 1
  66.     ViewStyle = vsReport
  67.     OnDblClick = Edithighlightedapplicationsuninstallcommand1Click
  68.   end
  69.   object MainMenu: TMainMenu
  70.     Images = MainForm.imagesMenu
  71.     Left = 48
  72.     Top = 88
  73.     object Options1: TMenuItem
  74.       Caption = '&Options'
  75.       object Uninstallhighlightedprogram1: TMenuItem
  76.         Caption = '&Uninstall highlighted program'
  77.         ImageIndex = 8
  78.         ShortCut = 16469
  79.         OnClick = Uninstallhighlightedprogram1Click
  80.       end
  81.       object Removereferencefromregistry1: TMenuItem
  82.         Caption = '&Remove reference from registry'
  83.         ImageIndex = 9
  84.         ShortCut = 16466
  85.         OnClick = Removereferencefromregistry1Click
  86.       end
  87.       object Edithighlightedapplicationsuninstallcommand1: TMenuItem
  88.         Caption = '&Edit highlighted application'#39's uninstall command'
  89.         ImageIndex = 13
  90.         ShortCut = 16453
  91.         OnClick = Edithighlightedapplicationsuninstallcommand1Click
  92.       end
  93.       object N1: TMenuItem
  94.         Caption = '-'
  95.       end
  96.       object Close1: TMenuItem
  97.         Caption = '&Close'
  98.         ImageIndex = 3
  99.         ShortCut = 16451
  100.         OnClick = Close1Click
  101.       end
  102.     end
  103.   end
  104. end
  105.